Home > Harvard CS50: Introduction to Computer Science > Possible Ways of Representing __ in Binary:
We can describe colors in RGB (e.g., one byte for every color, 24 bits in total) and assign one color to every pixel
A sequence of images (colors in a grid)
A sequence of notes (e.g., midi) with pitch, length, and volume.
We can represent many types of information as long as we agree on the standards.